Keysight Pathwave 89600 VSA .NET API
ChangeSequencedLogicalChannels(Int32,ChannelId[]) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Input Class > ChangeSequencedLogicalChannels Method : ChangeSequencedLogicalChannels(Int32,ChannelId[]) Method


sequenceCount
The number of times to make acquisitions using the specified channels.
inputChannelIds
The channel identifiers that correspond to the desired channels. See ChannelId.

Glossary Item Box

Changes the input channel configuration for the current measurement by specifying the sequence count (number of times to make acquisitions) and the input channels (using channel identifiers) in each step of the sequence. The total number of logical channels will be the sequence count times the input channel Ids.

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Sub ChangeSequencedLogicalChannels( _
   ByVal sequenceCount As Integer, _
   ByVal ParamArray inputChannelIds() As ChannelId _
) 
C# 
public virtual void ChangeSequencedLogicalChannels( 
   int sequenceCount,
   params ChannelId[] inputChannelIds
)
C++/CLI 
public:
virtual void ChangeSequencedLogicalChannels( 
   int sequenceCount,
   ... array<ChannelId>^ inputChannelIds
) 

Parameters

sequenceCount
The number of times to make acquisitions using the specified channels.
inputChannelIds
The channel identifiers that correspond to the desired channels. See ChannelId.

Exceptions

ExceptionDescription
System.ArgumentNullExceptioninputChannelIds is null.
System.ArgumentOutOfRangeExceptioninputChannelIds is not possible with the currently selected hardware or the sequenceCount is not possible with the current application version.
System.InvalidOperationExceptionIf any of the logical channel types are User, Digital, or ExternalMixer

Remarks

Sequential input channel configurations are not supported when using channel types for User, Digital, or ExternalMixer.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 25.40

See Also